home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wemdemo3.zip / ETC / XDEFAULT.INI < prev    next >
Text File  |  1994-09-21  |  1KB  |  37 lines

  1. ! This is a sample xdefault.ini file.
  2.  
  3. ! Colors and backgrounds.
  4. ! ======================
  5. ! The valid color names can be found by looking in the file
  6. ! `rgb.txt', located in the same directory as `winemacs.exe'.
  7.  
  8. ! Set the foreground and background colors.  This will apply to all
  9. ! elements of Emacs, except those that specifically override them.
  10. Emacs*Foreground:            Black
  11. Emacs*Background:            WhiteSmoke
  12.  
  13. ! Set the color of the text cursor.
  14. Emacs*cursorColor:            Red3
  15.  
  16. ! Fonts.
  17. ! ======
  18. ! The default font for the text area of lemacs is chosen at run-time
  19. ! by lisp code which tries a number of different possibilities in order
  20. ! of preference.  If you wish to override it, use this:
  21. ! Emacs*default.attributeFont:  -*-courier-medium-r-*-*-*-80-*-*-*-*-iso8859-*
  22.  
  23. ! If you choose a font which does not have an italic version, you can specify
  24. ! some other font to use for it here:
  25. ! Emacs*italic.attributeFont:  -*-courier-medium-o-*-*-*-80-*-*-*-*-iso8859-*
  26. !
  27. ! And here is how you would set the background color of the `highlight' face,
  28. ! but only on the screen named `debugger':
  29. ! Emacs*debugger.highlight.attributeBackground:        PaleTurquoise
  30. ! See the NEWS file (C-h n) for a more complete description of the resource
  31. ! syntax of faces.
  32.  
  33.